@media (min-width:200px) and (max-width:400px) {


    .nav-contents {
        width: 100%;
        display: flex;
        align-items: first baseline;
        justify-content: space-between;
        align-content: baseline;
    }

    /* Nav Links  */
    .nav-logo>img {
        width: 60%;
    }

    .nav-links {
        display: none;
    }

    /* <!-- Mob Visibility Nav List  --> */
    .mob-visibility-nav-list {
        width: 50%;
        padding: 1%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    /* Hamburger Image Div  */
    .hamburg-img {
        border: 1px solid white;
        width: fit-content;
        padding: 0.5%;
        text-align: center;
    }

    /* Hamburger Menu  */
    .hamburg-menu {
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2%;
        padding-bottom: 6%;
        margin-top: 10%;
        border-radius: 10px;
        display: none;
    }

    .hamburg-menu>.menu-items {
        width: 90%;
        border-bottom: 1px solid black;
        margin-top: 4%;
        padding: 4%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-items>a {
        text-decoration: none;
        color: black;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
        font-family: var(--sec-font);
    }

    /* Hero Section Styling  */
    .hero-sec1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }

    .hero-sec-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        gap: 12px;
        order: 2;

    }

    .hero-sec-header>h5 {
        font-size: 1.9rem;
        line-height: 30px;
    }

    .hero-sec-header>p {
        width: 100%;
    }


    /* Hero Section Explore Button  */
    .explore-button-container {
        padding: 0%;
    }

    .hero-sec-img-container {
        width: 100%;
    }

    .hero-sec-img-container>img {
        width: 100%;
    }

    /* Sec 2 Styling  */

    #sec2 {
        gap: 30px;
    }

    .sec2-header>span {
        font-size: 1.1rem;

    }

    .sec2-header>h3 {
        font-size: 1.5rem;
    }

    .sec2-header>p {
        width: 100%;
    }

    .sec2-header {
        margin-top: 4%;
    }

    /* Home Social Img Wrapper  */
    .home-social-img-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        margin-top: 12%;
    }

    /* Section 3 Styling  */
    #sec3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
    }

    /* Sec 3 Image Container  */
    .sec3-image-container {
        width: 100%;
        height: fit-content;
        padding: 2% 0%;
    }

    .sec3-image-container>img {
        width: 100%;
    }

    /* Sec 3 Content  */
    .sec3-content {
        width: 100%;
        padding: 1%;
    }

    .sec3-content>h3 {
        font-size: 1.5rem;
    }

    .sec3-content>p {
        font-size: 1rem;
        font-weight: 300;
        width: 95%;
        line-height: 18px;
        margin: 10% 0%;
    }

    /* Section 3 Styling  */
    #sec4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10%;
    }

    /* Sec 4 Image Container  */
    .sec4-image-container {
        width: 100%;
        height: fit-content;
        padding: 2% 0%;
    }

    .sec4-image-container>img {
        width: 100%;
    }

    /* Sec 4 Content  */
    .sec4-content {
        width: 100%;
        padding: 1%;
        order: 2;
    }

    .sec4-content>h3 {
        font-size: 1.5rem;
    }

    .sec4-content>p {
        font-size: 1rem;
        font-weight: 300;
        width: 95%;
        line-height: 18px;
        margin: 10% 0%;
    }


    /* Sec 5 Styling  */

    #sec5 {
        gap: 20px;
        margin-top: 12%;
    }

    .sec5-header {
        margin-top: 4%;
    }

    .sec5-header>span {
        font-size: 1.1rem;

    }

    .sec5-header>h3 {
        font-size: 1.5rem;
    }

    .sec5-header>p {
        width: 90%;
    }

    /* Sec 5 Team div Container  */
    /* Team Member Details  */
    .sec5-team-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .team-details {
        width: 100%;
        display: flex;
        padding: 6% 1%;
    }

    /* Footer Styling  */
    /* Footer Section  */


    .footer-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .foot-social-links {
        width: 100%;
        padding: 4% 0%;
        margin-top: 12%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}